Skip to content
API Colombia
Main Navigation
API Reference
GitHub
Appearance
Menu
Return to top
List of holidays in Colombia by year
GET
/api/v1/Holiday/year/{year}
This endpoint returns the list of holidays per year in Colombia
Parameters
Path Parameters
year
*
Type
integer
Required
Example
2025
Format
"int32"
Responses
200
Success
Content-Type
application/json
Schema
JSON
JSON
[
{
"date"
:
"string"
,
"name"
:
"string"
}
]
GET
/api/v1/Holiday/year/{year}
Playground
Variables
Key
Value
year
*
Try it out
Samples
Powered by
VitePress OpenAPI